runtime/internal/atomic.Int32.value (field)

6 uses

	runtime/internal/atomic (current package)
		types.go#L14: 	value  int32
		types.go#L21: 	return Loadint32(&i.value)
		types.go#L28: 	Storeint32(&i.value, value)
		types.go#L37: 	return Casint32(&i.value, old, new)
		types.go#L45: 	return Xchgint32(&i.value, new)
		types.go#L56: 	return Xaddint32(&i.value, delta)